home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 January - Disc 2
/
Macworld (1999-01) (Disk 2).dmg
/
Serious Demos
/
Symbolic Composer 4.2
/
Environment
/
System
/
DEF
/
Utilities
/
Notes
/
is-note-name
< prev
next >
Wrap
Text File
|
1998-10-23
|
243b
|
13 lines
is-note-name note
Checks if the note is a valid note name.
(is-note-name 'c#)
--> (|C#| |D#| |E#| |F#| |G#| |A#| |B#|)
(is-note-name 'c)
--> (c d e f g a b c& d& e& f& g& a& b& |C#| |D#| |E#| |F#| |G#| |A#| |B#|)
(is-note-name 'k)
--> nil